Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1SortDataCollection<T> Class / Cache Property

In This Topic
    Cache Property (C1SortDataCollection<T>)
    In This Topic
    Gets or sets the cache used to store compiled predicates.
    Syntax
    'Declaration
     
    
    Public Property Cache As C1SortDataCollection.SortCache(Of T)
    public C1SortDataCollection.SortCache<T> Cache {get; set;}
    Remarks
    Using the same cache between multiple collections can accelerate sorting when they use the same sort path.
    See Also